Toolbox
A container for toolbars. It is a type of box but defaults to vertical orientation. If a toolbar is placed inside a toolbox, a grippy is displayed on its left or upper edge. The user may click the grippy to collapse the toolbar. If multiple toolbars are placed in the same toolbox, they will all collapse into the same row. The Phoenix browser does not have grippies and toolbars cannot be collapsed and expanded.
More information about Toolbox
Attributes:
Attributes inherited from XUL Element
The size of the icons on the toolbar buttons. Use the value 'small' for small icons or leave out for large icons.
The button display mode on the toolbars, which indicates whether text, icons or both are displayed.
- icons: Only icons are displayed.
- text: Only labels are displayed.
- full: Both icons and labels are displayed.
Properties and Methods:
Properties and Methods inherited from XUL Element
Adds a custom toolbar to the toolbox with the given name. You can supply a comma-separated list of toolbar item ids as the second argument to add some items by default.
Collapse the given toolbar which should be contained in the toolbox.
The number of custom toolbars currently within the toolbox.
Expand the given toolbar which should be contained in the toolbox.
The toolbarpalette within the toolbox.
The toolbarset within the toolbox.